BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

ExtensionHost property

Reference to the host application.

Syntax
Property ExtensionHost As Object
Remarks

Used to get the window handle of the application.

        Dim host As IAMExtensionHost
        Dim hWnd As Long

        Set host = m_Designer.ExtensionHost
        hWnd = host.hWnd

Copyright © 2000-2012 BlueCielo ECM Solutions